projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b570e65
)
(extraclean): Prevent wildcard from starting comment.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 16 Nov 1993 05:38:15 +0000
(
05:38
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 16 Nov 1993 05:38:15 +0000
(
05:38
+0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 946417297901c2e195711bd6e001d5f19d34ef78..ad6e42ded0b6000898e421a7694965faf26a24a6 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-778,7
+778,7
@@
realclean: distclean
versionclean:
-rm -f emacs emacs-* ../etc/DOC*
extraclean: distclean
- -rm -f *~ \#* m/
*~ s/
*~
+ -rm -f *~ \#* m/
?*~ s/?
*~
/* The rule for the [sm] files has to be written a little funny to
avoid looking like a C comment to CPP. */